tests/destructive: Turn off global sync()
authorColin Walters <walters@verbum.org>
Fri, 28 Jul 2023 21:54:37 +0000 (17:54 -0400)
committerColin Walters <walters@verbum.org>
Fri, 28 Jul 2023 21:59:28 +0000 (17:59 -0400)
commit6470429b2b7ba720a3723533625db8f1296a0c7e
treefc81740cf4f436a35f2b9ac1883d6cb841edb73c
parenta2663e8041ffadb764c71a055dd63dba4e7ff378
tests/destructive: Turn off global sync()

Let's verify that things work with that off, as they should.

Previously:
https://github.com/ostreedev/ostree/pull/2519/commits/cb731294837736e957ee595ce11ab115277dbb36
"deploy: Add a 5s max timeout on global filesystem sync()"

But we may still have problems even with that, see
https://issues.redhat.com/browse/OCPBUGS-15917
where it might be that even a thread doesn't work because
we're locked in the kernel.
tests/inst/src/destructive.rs